net/http.http2SettingsFrame.HasDuplicates (method)

2 uses

	net/http (current package)
		h2_bundle.go#L2182: func (f *http2SettingsFrame) HasDuplicates() bool {
		h2_bundle.go#L5503: 	if f.NumSettings() > 100 || f.HasDuplicates() {